home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'Paramdlg.pas' rev: 3.00
-
- #ifndef ParamdlgHPP
- #define ParamdlgHPP
- #include <ExtCtrls.hpp>
- #include <DBTables.hpp>
- #include <Db.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Paramdlg
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TParamDlg;
- class PASCALIMPLEMENTATION TParamDlg : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TBevel* Bevel1;
- Stdctrls::TEdit* ParamName;
- Stdctrls::TLabel* Label5;
- Stdctrls::TComboBox* ParamTypes;
- Stdctrls::TLabel* Label6;
- Stdctrls::TButton* OkBtn;
- Stdctrls::TButton* CancelBtn;
- Stdctrls::TButton* Help;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall HelpClick(System::TObject* Sender);
- public:
- /* TCustomForm.Create */ __fastcall virtual TParamDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner
- ) { }
- /* TCustomForm.CreateNew */ __fastcall TParamDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
- AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TParamDlg(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TParamDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Paramdlg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Paramdlg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Paramdlg
-